Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/20. Animated Navigation/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/20. Animated Navigation/app.js
15 Views
0 Comments
const toggle = document.getElementById("toggle");
const nav = document.getElementById("nav");

toggle.addEventListener("click",
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/20. Animated Navigation/index.html
19 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/20. Animated Navigation/style.css
11 Views
0 Comments
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: sans-serif;